home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2002 February / Practical Internet February 2002.iso / pc / Software / SiteBuilding / HomeSite_Installer.exe / data1.cab / Wizards / HTML / Frames_Frames.wizml < prev    next >
Encoding:
Text File  |  2001-10-11  |  428 b   |  25 lines

  1. <WIZIF not ParameterExists( 'Level' )>
  2.     <WIZSET Level = 0>
  3.     <WIZSET Frame0 = Frameset>
  4. </WIZIF>
  5.  
  6. <WIZLOOP index="item" list="$${Evaluate('Frame' & Level)}">
  7.     <WIZSET type = item>
  8.     <WIZBREAK>
  9. </WIZLOOP>
  10.  
  11.  
  12.  
  13. <WIZIF type eq 'Frameset'>
  14.  
  15. <WIZINCLUDE template="Frames_HandleFrameset.wizml">
  16.  
  17. <WIZELSEIF type eq 'Frame'>
  18.  
  19. <WIZINCLUDE template="Frames_HandleFrame.wizml">
  20.  
  21. </WIZIF>
  22.  
  23. <WIZIF Level eq 0>>
  24.  
  25. </WIZIF>